home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / yesno.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  155 b   |  9 lines

  1. on mouseUp
  2.   puppetSound("no!")
  3.   set the castNum of sprite 3 to 49
  4.   puppetSprite(3, 1)
  5.   updateStage()
  6.   set the castNum of sprite 3 to 48
  7.   go("3")
  8. end
  9.